Spring boot系列(二)環境設定


Posted by newstart1117 on 2022-03-18

環境介紹

Java版本

  • java 8

IDE選擇

  • Intellij IDEA
    使用上,自己使用的感受上比Eclipse好用,不管是效能面還是coding角度來看,個人認為Intellij IDEA > Eclipse,純粹個人感受~

Spring boot版本

  • 2.5.7,可對應Swagger2.9.2
    其餘版本需多測試

DB選擇

  • RDS
    • MySQL
  • NoSQL
    • MongoDB

版本控管

  • Github

#java #spring boot







Related Posts

後端與前端的差異

後端與前端的差異

PyTorch 踩坑紀錄:one of the variables needed for gradient computation has been modified by an inplace operation

PyTorch 踩坑紀錄:one of the variables needed for gradient computation has been modified by an inplace operation

鏈結串列(Linked List)& 陣列(Array)

鏈結串列(Linked List)& 陣列(Array)


Comments